home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / DBaldwin / htmllite.exe / htmldemo.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Encoding:
Text File  |  2001-06-24  |  1.0 KB  |  53 lines

  1. object AboutBox: TAboutBox
  2.   Left = 245
  3.   Top = 137
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 184
  8.   ClientWidth = 306
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object BitBtn1: TBitBtn
  17.     Left = 114
  18.     Top = 146
  19.     Width = 77
  20.     Height = 30
  21.     TabOrder = 0
  22.     Kind = bkOK
  23.   end
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 306
  28.     Height = 137
  29.     Align = alTop
  30.     BevelInner = bvLowered
  31.     BevelOuter = bvNone
  32.     Caption = 'Panel1'
  33.     TabOrder = 1
  34.     object Viewer: ThtmlLite
  35.       Left = 1
  36.       Top = 1
  37.       Width = 304
  38.       Height = 135
  39.       Cursor = 2
  40.       ViewImages = False
  41.       TabOrder = 0
  42.       Align = alClient
  43.       BorderStyle = htSingle
  44.       HistoryMaxCount = 0
  45.       DefFontName = 'Times New Roman'
  46.       DefPreFontName = 'Courier New'
  47.       NoSelect = True
  48.       ScrollBars = ssNone
  49.       htOptions = []
  50.     end
  51.   end
  52. end
  53.